06. Lesson Summary
Asynchronous Redux Summary
Lesson Challenge
Read these articles: Redux Thunk, Why do we need middleware for async flow in Redux?, and Understanding how redux-thunk works. Answer the following questions and share your answers with your classmates:
1) Why do we use middleware to perform asynchronous tasks in Redux apps?
2) How do we use redux-thunk
to make API requests in Redux apps?